BCLR
Clears a given bit in an integer or double integer value (Value AND NOT 2^Bit). Was the Bit set to 1 it will change to 0. If it was set to 0 it will remain 0.
ARGUMENTS:
* Value = an integer or double integer value
* Bit = the bit to change
RETURNS:
The modified value
SYNTAX
Return (Double) Integer=BCLR(Value,Bit)
RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File
